home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog98 < prev    next >
Encoding:
Text File  |  1995-06-29  |  272 b   |  17 lines

  1.  
  2. # testing access to the SelectionBox components
  3. xtAppInitialize -class Program
  4.  
  5. xmPushButton .b managed -labelString "Push me"
  6. .b activateCallback popup
  7.  
  8. proc popup {} {
  9.   set x [list "a\nb"]
  10.   xmErrorDialog .d managed \
  11.     -messageString $x
  12. }
  13.  
  14. . realizeWidget
  15.  
  16. . mainLoop
  17.